home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / morbus.swf / scripts / DefineButton2_2971 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2007-03-20  |  75 b   |  5 lines

  1. on(press){
  2.    _root.hp.hpnow = _root.hp.hpalways;
  3.    gotoAndStop(1);
  4. }
  5.